Microsoft DirectX 8.1 (C++)

IMSVidInputDevice.View

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The View method configures this input device to view the specified tune request.

Syntax

ObjIMSVidInputDevice.View(
    varContent As Object
)

Parameters

varContent

Specifies the tune request as an ITuneRequest object.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Remarks

Before calling this method, set the MSVidCtl.InputActive property equal to the device; doing so configures this device as the Video Control's active input device. Unless the application needs to choose a specific input device, however, the MSVidCtl.View method is recommended over the IMSVidInputDevice.View method.

See Also